(set-selection-coding-system): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2002 09:55:35 +0000 (09:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 14 Oct 2002 09:55:35 +0000 (09:55 +0000)
lisp/international/mule.el

index 05085149667d78405c21ddb500530fe2e3b3ef5d..0719a2b2ec40640756bf7b4b02fb0d82af2563c6 100644 (file)
@@ -1286,7 +1286,7 @@ For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]."
 (defalias 'set-clipboard-coding-system 'set-selection-coding-system)
 
 (defun set-selection-coding-system (coding-system)
-  "Make CODING-SYSTEM used for communicating with other X clients .
+  "Make CODING-SYSTEM used for communicating with other X clients.
 When sending or receiving text via cut_buffer, selection, and clipboard,
 the text is encoded or decoded by CODING-SYSTEM."
   (interactive "zCoding system for X selection: ")